Click or drag to resize

Link Class

Identifies the property as a link and contains the source and destination of that link.
Inheritance Hierarchy
SystemObject
  Independentsoft.WebdavLink

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public class Link

The Link type exposes the following members.

Constructors
  NameDescription
Public methodLink
Initializes a new instance of the Link class.
Top
Properties
  NameDescription
Public propertyDest
Gets or sets destination value
Public propertySrc
Gets or sets source value
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also